c02b54d9edd7e101dbe65088ac1d2030cbbf43ce,portal-impl/src/com/liferay/portal/security/permission/ResourceActionsUtil.java,ResourceActionsUtil,_getPortletResourceActions,#String#,577
Before Change
}
}
_checkPortletActions(actions);
List<String> communityDefaultActions =
_portletResourceCommunityDefaultActions.get(name);
After Change
synchronized (this) {
actions = _getPortletMimeTypeActions(name);
if (!name.equals(PortletKeys.PORTAL)) {
_checkPortletActions(actions);
}
List<String> communityDefaultActions =